home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Utility / SuperReplace 2.0.3.sit / SuperReplace 2.0.3 ƒ / SuperReplace 2.0.3.rsrc / STR#_1000.txt < prev    next >
Text File  |  1998-12-17  |  2KB  |  115 lines

  1. Regular expression error:
  2.  
  3. Bad code
  4.  
  5. Regular expression error:
  6.  
  7. Empty class
  8.  
  9. Regular expression error:
  10.  
  11. Class too large
  12.  
  13. Regular expression error:
  14.  
  15. Unterminated class.
  16.  
  17. Regular expression error:
  18.  
  19. Class terminates badly.
  20.  
  21. Regular expression error:
  22.  
  23. Illegal occurrance op.
  24.  
  25. Regular expression error:
  26.  
  27. Regular expression too complex.
  28.  
  29. reserved
  30.  
  31. reserved. err insert (x,y)
  32.  
  33. reserved
  34.  
  35. ^p1^: Need CR to end the line
  36.  
  37. Bad examples:
  38. "AA" "aa" cc
  39. Try
  40. "AA" "aa" % cc
  41.  
  42. Need a close ^p1^
  43.  
  44. Bad example:
  45. "AA" "aa % Try:"AA" "aa"
  46.  
  47. If the filter looks like 窶從o error窶, it may contain some control characters.
  48.  
  49. ^p1^: Need an open " ' or $
  50.  
  51. Bad examples:
  52. AA   aa % try "AA" "aa"
  53. "AA" aa % try "AA" "aa"
  54.  
  55. If the filter looks like 窶從o error窶, it may contain some control characters.
  56.  
  57. Define error.
  58.  
  59. List of define:
  60. #meta "/" % use / as meta
  61. #meta ""  % do not meta
  62. #type 1   % filter type I
  63. #type 2   % filter type II
  64.  
  65. See also: "Filter Syntax Reference"
  66.  
  67. Second string can't to be regular expression.
  68.  
  69. Bad examples:
  70. "ABC" 'abc'
  71. Try:
  72. "ABC" "abc"
  73.  
  74. ^p1^: Digit error in dec/hex/oct number.
  75.  
  76. Bad examples:
  77. "¥dz"  "K" % must be ¥d1-¥d255
  78. "¥xXY" "K" % must be ¥x00-¥xFF
  79. "ABC"  "abc" (K, 1) % K: not a number
  80.  
  81. See also: "Filter Syntax Reference"
  82.  
  83. Can not set this filter to type I. (first-string has more than one characters)
  84.  
  85. See also: "Tachnical Note"
  86.  
  87. ^p1^: Hex-number format error.
  88.  
  89. Bad examples:
  90. $A9876$ "K" %length odd
  91. $Z4$    "K" % Z not in {0-9, A-F}
  92.  
  93. Too many *.
  94.  
  95. Bad examples:
  96. "a*b*c" "xy"  % number of * in first string must be 0 or 1
  97. "a*b"   "x*y" % can not use * in the second string
  98.  
  99. See also: "Filter Syntax Reference"
  100.  
  101. Special character ¥^p1^ no defined. 
  102.  
  103. List of special characters:
  104. ¥¥, ¥", ¥*, ¥t, ¥n, ¥r, ¥d, ¥x, ¥o, ¥>.
  105.  
  106. See also: "Filter Syntax Reference".
  107.  
  108. The string is too long.
  109.  
  110. 1. One line must have less than 4096 characters.
  111. 2. For type II filter, the second string must have less than 32 characters. Note that adding a line like
  112. "AA" "AA"
  113. turn this filter to type I.(See "Technical Note")
  114.  
  115.